Web Playground

Academy Endpoint

Interactive request form for this API endpoint.

Each card below maps directly to an API endpoint. Query, path, and request body fields are generated from OpenAPI.

GET Hero Lane Distribution

/web/academy/heroes/{hero_identifier}/lane

Open Only This

Retrieve lane distribution information for a specific hero. Supports query parameters for pagination and localization.

Path parameters:

  • hero_identifier: Hero identifier as numeric hero ID or hero name. Accepts values like 30, Yi Sun-shin, or yisunshin.

Query parameters:

  • size: Number of items per page (minimum: 1).
  • index: Page index (starting from 1).
  • lang: Language code for localized content (default: en).

The response includes hero lane distribution data:

  • records: Array of hero entries, each containing:
      • data:
          • hero_id: Unique hero identifier.
          • hero:
              • data:
                  • roadsort: Array of lane assignments, each containing:
                      • _id: Unique record identifier.
                      • caption: Localized lane caption (e.g., '打野').
                      • configId: Configuration ID.
                      • createdAt: Creation timestamp.
                      • createdUser: Creator username.
                      • updatedAt: Last update timestamp.
                      • updatedUser: Last updater username.
                      • data:
                          • road_sort_id: Lane ID (e.g., '4').
                          • road_sort_title: Lane title (e.g., 'Jungle').
                          • road_sort_icon: Lane icon URL.

This endpoint is useful for:

  • Analyzing hero lane preferences.
  • Understanding optimal lane assignments.
  • Guiding players in hero positioning strategies.
hero_identifier path

Hero identifier as numeric hero ID or hero name. Accepts values like 30, Yi Sun-shin, or yisunshin. Required.

size query

Number of items per page. Minimum: 1.

index query

Page index for pagination. Minimum: 1.

lang query

Language code for localized content.

GET /api/academy/heroes/{hero_identifier}/lane